geo-types 0.6.2

Geospatial primitive data types
Documentation
The `geo-types` library provides geospatial primitive types and traits to the [`GeoRust`](https://github.com/georust) crate ecosystem. In most cases, you will only need to use this crate if you're a crate author and want compatibility with other `GeoRust` crates. Otherwise, the [`geo`](https://crates.io/crates/geo) crate re-exports these types and provides geospatial algorithms, while the [`geojson`](https://crates.io/crates/geojson) crate allows serialising and de-serialising `geo-types` primitives to GeoJSON. # Semantics The geospatial types provided here aim to adhere to the [OpenGIS Simple feature access][OGC-SFA] standards. Thus, the types here are inter-operable with other implementations of the standards: [JTS], [geos], etc. [OGC-SFA]: //www.ogc.org/standards/sfa [JTS]: //github.com/locationtech/jts [geos]: //trac.osgeo.org/geos